Vcenter VmTemplate LibraryItems CpuUpdateSpec

Vcenter VmTemplate LibraryItems CpuUpdateSpec
Vcenter VmTemplate LibraryItems CpuUpdateSpec

The Vcenter VmTemplate LibraryItems CpuUpdateSpec schema describes updates to the CPU configuration of the deployed virtual machine.

This schema was added in vSphere API 6.8.

JSON Example
{
    "num_cpus": 0,
    "num_cores_per_socket": 0
}
integer As int64 As int64
num_cpus
Optional

Number of virtual processors in the deployed virtual machine.

This property was added in vSphere API 6.8.

If missing or null, the deployed virtual machine has the same CPU count as the source virtual machine template contained in the library item.

integer As int64 As int64
num_cores_per_socket
Optional

Number of cores among which to distribute CPUs in the deployed virtual machine.

This property was added in vSphere API 6.8.

If missing or null, the deployed virtual machine has the same number of cores per socket as the source virtual machine template contained in the library item.